Import('env')
Import('options')
env = env.Copy()
env.Append(CPPPATH=['../memutil'])
env.Library(target='#$BUILD_DIR/lib/blender_memutil', source=['intern/MEM_RefCountedC-Api.cpp'])
